projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d3cb26
)
* lisp/subr.el (major-mode-suspend): Doc fix
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 15 Sep 2019 18:37:26 +0000
(20:37 +0200)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 15 Sep 2019 18:37:26 +0000
(20:37 +0200)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 0d7bffb35f35f36521a43656d99056c972da4067..0b47da884b7666c29d530f6051165b2c17266264 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-2045,7
+2045,7
@@
Uses the `derived-mode-parent' property of the symbol to trace backwards."
(put 'major-mode--suspended 'permanent-local t)
(defun major-mode-suspend ()
- "Exit current major, remembering it."
+ "Exit current major
mode
, remembering it."
(let* ((prev-major-mode (or major-mode--suspended
(unless (eq major-mode 'fundamental-mode)
major-mode))))